home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-06-05 | 450 b | 22 lines | [TEXT/PJMM] |
- {****************************************************}
- {}
- { BDGlobals.p }
- {}
- { Global variables for the SAT-TCL Bouncing Demonstration which need to be }
- { available to the sprites also. }
- {}
- { Copyright © 1996 by Patrick C Hew. All rights reserved. }
- {}
- {****************************************************}
-
-
- unit BDGlobals;
-
- interface
-
- const
- kindBouncer = 1;
-
- implementation
-
- end. { BDGlobals }